翻訳と辞書
Words near each other
・ Extended-spectrum penicillin
・ Extended-wear hearing aid
・ ExtendedancEPlay
・ Extender
・ Extender (ink)
・ Extender (set theory)
・ Extendible bond
・ Extendible cardinal
・ Extendible hashing
・ Extendicare
・ ExtendScript
・ ExtendSim
・ Extengineering
・ Extensa
・ Extensibility
Extensibility pattern
・ Extensible Application Markup Language
・ Extensible Authentication Protocol
・ Extensible Binary Meta Language
・ Extensible Computational Chemistry Environment
・ Extensible Configuration Checklist Description Format
・ Extensible Data Format
・ Extensible Data Notation
・ Extensible Device Metadata
・ Extensible Embeddable Language
・ Extensible Forms Description Language
・ Extensible Host Controller Interface
・ Extensible Metadata Platform
・ Extensible ML
・ Extensible MPEG-4 Textual Format


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Extensibility pattern : ウィキペディア英語版
Extensibility pattern



In computer programming, the extensibility pattern is a design pattern that provides a framework for straightforward addition of functionality to a system at a later date.
Extensibility is often desired when an application must be able to support new features, such as networking protocols or file formats, that do not yet exist. This requires the application to supply a framework for the general problem without concern for the specifics of details.
==Frameworks==
A framework uses other modules. Normal modules have a fixed set of dependencies, and are only extended through subclassing, as per inheritance. A framework may consist of several parts that must be inherited to be used much like several cases of abstract class. It may also be passed references to other objects, as would a class that is sets up a model-view-controller. It may read names of classes from a configuration file or from the user, as in BeanPattern. Instead of code being used by other code, it will use other code on the fly. It is on top of the food chain instead of the bottom.


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Extensibility pattern」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.